-
Notifications
You must be signed in to change notification settings - Fork 69
Simplify edges in enclosed_tessellation #595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #595 +/- ##
=======================================
+ Coverage 97.4% 98.1% +0.7%
=======================================
Files 26 40 +14
Lines 4328 7250 +2922
=======================================
+ Hits 4214 7113 +2899
- Misses 114 137 +23
🚀 New features to boost your workflow:
|
momepy/functional/_elements.py
Outdated
| from shapely import coverage_simplify | ||
|
|
||
| if len(blg) > 1: | ||
| if len(blg) >= 1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if else please
|
Please split simplification and the fix into two distinct PRs. The former will wait until we get |
Co-authored-by: Martin Fleischmann <[email protected]>
|
A note to myself - include the same in |
jGaboardi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Adding the option to simplify the enclosed tessellations & a filtering fix